-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Prettier, our override for <style> in templates no longer needed #2149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats on the prettier commit @jurgenwerk!
A week ago, our fix for formatting
<style>
tags inside<template>
was finally included in a new Prettier release 😃. Until now, we have been overriding this using a custom branch. We can now use the latestprettier
, without overrides.Check this to see what the fix was all about:
https://prettier.io/blog/2025/02/09/3.5.0#ember--handlebars